/* CSS Document */
.lanmub_newsitem10 {
	margin: 0 auto;	
	width: 1200px;
	padding: 50px 0;overflow:hidden
}
.lanmub_newsitem10 .bg{ background: #eeecec;}
.lanmub_newsitem10 .bg1{ background:#eeeff8;}
.lanmub_newsitem10 .fontcolor{ color:#2d2d2d}
.lanmub_newsitem10 .index_newsitem_1 {
    background: rgba(0, 0, 0, 0) url("../images/h2bj.jpg") no-repeat scroll center bottom;
    color: #a0a0a0;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    padding-bottom: 10px;
    text-align: center;
	margin-bottom: 40px;
}
.lanmub_newsitem10 .index_newsitem_1 p {
    color: #575757;
    font-size: 24px;
    font-weight: normal;
}
.lanmub_newsitem10 .index_newsitem_2{ width:360px; height:343px; background:url(../images/imgbg.png) no-repeat center right; position:relative; z-index:2}
.lanmub_newsitem10 .index_newsitem_2 a{width:354px; height:275px; position:relative; left:2px; top:35px;overflow:hidden; display:inline-block}
.lanmub_newsitem10 .index_newsitem_2 a img{ width:100%; height:275px;-webkit-transition:1s;-moz-transition:1s; transition:1s;}
.lanmub_newsitem10 .index_newsitem_2 a img:hover{ -webkit-transform:scale(1.2);-moz-transform:scale(1.2); transform:scale(1.2)}
.lanmub_newsitem10 .index_newsitem_3 {	
	height: 295px;
	padding: 50px 90px 0 100px;
	position:absolute;
	width: 650px;
	text-align:left; left:280px;top:0
}
.lanmub_newsitem10 .index_newsitem_3 h3 {
	font-size: 18px;
	line-height: 50px;
	padding-top: 30px;
}
.lanmub_newsitem10 .index_newsitem_3 p {
	font-size: 14px;
	line-height: 28px;
}
.lanmub_newsitem10 .index_newsitem_3 a{ color: #333;}
.lanmub_newsitem10 .index_newsitem_3:hover a {
	color: #fff;
}
.lanmub_newsitem10 .index_newsitem_31 {	
	height: 100px;
	position: absolute;
	right: -50px;
	top: 118px;
	width: 100px;
}
.lanmub_newsitem10 .index_newsitem_31 p {
	color: #333;
	font-size: 24px;
}
.lanmub_newsitem10 .index_newsitem_31 .p1 {
	line-height: 51px;
	text-indent: 7px;
}
.lanmub_newsitem10 .index_newsitem_31 .p2 {
	line-height: 50px;
	text-indent: 36px;
}
.lanmub_newsitem10 .slopingside{
    	height:0px;
    	border: 1px solid #CCC;
    	width: 100%;
    	transform:rotate(148deg);
    	-o-transform:rotate(148deg);
    	-moz-transform:rotate(148deg);
    	-webkit-transform:rotate(148deg);
		position:absolute; top:55px;
}
.lanmub_newsitem10 .index_newsitem_3:hover .slopingside{ border:1px solid #FFF}

.lanmub_newsitem10 .index_newsitem_4 {
	margin-top: 50px;
	text-align: justify;
	width: 100%;
}
.lanmub_newsitem10 .index_newsitem_4::after {
	content: "";
	display: inline-block;
	height: 0;
	overflow: hidden;
	width: 100%;
}
.lanmub_newsitem10 .index_newsitem_4 li {
	display: inline-block;
	margin-bottom: 20px;
	min-height: 100px;
	position: relative;
	vertical-align: top;
	width: 47%;
}
.lanmub_newsitem10 .index_newsitem_41 {
	float: left;
	height: 100px;
	width: 18.5%; position:relative;
}
.lanmub_newsitem10 .slopingside1{
    	height:0px;
    	border: 1px solid #CCC;
    	width: 100%;
    	transform:rotate(148deg);
    	-o-transform:rotate(148deg);
    	-moz-transform:rotate(148deg);
    	-webkit-transform:rotate(148deg);
		position:absolute; top:45px;
}
.lanmub_newsitem10 .index_newsitem_41 p {
	color: #333;
	font-size: 24px;
}
.lanmub_newsitem10 .index_newsitem_41 .p1 {
	line-height: 51px;
	text-indent: 7px;
}
.lanmub_newsitem10 .index_newsitem_41 .p2 {
	line-height: 50px;
	text-indent: 36px;
}
.lanmub_newsitem10 .index_newsitem_42 {
	float: right;
	width: 78%; font-weight:normal
}
.lanmub_newsitem10 .index_newsitem_42 a {
	display: block;
	font-size: 18px;
	line-height: 35px;
	border-bottom:1px dotted #2d2d2d; font-weight:bold
}
.lanmub_newsitem10 .index_newsitem_42 p {
	font-size: 14px;
	line-height: 30px;
}
.lanmub_newsitem10 .index_newsitem_4 li:hover .index_newsitem_41 p {
	color: #fff;
}
.lanmub_newsitem10 .index_newsitem_4 li:hover .slopingside1{ border:1px solid #FFF;}

/*动画*/
.lanmub_newsitem10 .animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
/*.lanmub_newsitem10 .index_newsitem_4 li:nth-child(1){ -webkit-animation-delay:0s; animation-delay:0s}
.lanmub_newsitem10 .index_newsitem_4 li:nth-child(2){ -webkit-animation-delay:0s; animation-delay:0s}
.lanmub_newsitem10 .index_newsitem_4 li:nth-child(3){ -webkit-animation-delay:0s; animation-delay:0s}
.lanmub_newsitem10 .index_newsitem_4 li:nth-child(4){ -webkit-animation-delay:0s; animation-delay:0s}*/
.lanmub_newsitem10 .fadeInLeft {
	-webkit-animation-name: fadeInLeft10;
	animation-name: fadeInLeft10
}
@-webkit-keyframes fadeInLeft10 {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeft10 {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.lanmub_newsitem10 .fadeInRight {
	-webkit-animation-name: fadeInRight10;
	animation-name: fadeInRight10
}
@-webkit-keyframes fadeInRight10 {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRight10 {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}